home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 032a / as400thd.zip / AS400PCP.MSG < prev    next >
Text File  |  1992-07-28  |  4KB  |  105 lines

  1. #: 84239 S3/PROCOMM PLUS 2.x
  2.     23-Jul-92  15:50:29
  3. Sb: #AS/400 - PCPLUS access
  4. Fm: Keith G. Chuvala 71600,2033
  5. To: Lou Poliner 70762,1152
  6.  
  7.  
  8. >I am trying to configure PCPLUS to access an AS/400. I have tried IBM3161,
  9. >VT100 and IBM3101 emulation, all with no luck.  Does any one know how to
  10. >access the AS/400 with PCPLUS???
  11.  
  12. Lou, I've had great success accessing our AS/400 from PCPLUS.  Here's the
  13. device description I use on the AS/400 side for a modem connection (IBM
  14. 7855's):
  15.  
  16.        Display Device Description                 Page     1
  17.  5738SS1 V2R1M0  910524         S1033818  07/23/92  14:22:55
  18.  Device description . . . . . . . . :   DEVD        PCSV100
  19.  Option . . . . . . . . . . . . . . :   OPTION      *ALL
  20.  Category of device . . . . . . . . :               *DSP
  21.  Device class . . . . . . . . . . . :   DEVCLS      *LCL
  22.  Device type  . . . . . . . . . . . :   TYPE        V100
  23.  Device model . . . . . . . . . . . :   MODEL       *ASCII
  24.  Emulated twinaxial device  . . . . :   EMLDEV      3196A2
  25.  Port number  . . . . . . . . . . . :   PORT        2
  26.  Emulating ASCII device . . . . . . :   EMLASCII    *NO
  27.  Physical attachment  . . . . . . . :   ATTACH      *MODEM
  28.  Online at IPL  . . . . . . . . . . :   ONLINE      *YES
  29.  Attached controller  . . . . . . . :   CTL         CTL03
  30.  Keyboard language type . . . . . EV
  31.  Printer file . . . . . . . . . . . :   PRTFILE     QSYSPRT
  32.    Library  . . . . . . . . . . . . :                 *LIBL
  33.  Line speed . . . . . . . . . . . . :   LINESPEED   19200
  34.  Word length  . . . . . . . . . . . :   WORDLEN     8
  35.  Type of parity . . . . . . . . . . :   PARITY      *NONE
  36.  Stop bits  . . . . . . . . . . . . :   STOPBITS    2
  37.  Text . . . . . . . . . . . . . . . :   TEXT        CIC - ASCII Async
  38.                                                     Modem on Port 2
  39.         * * * * *   E N D   O F   L I S T I N G   * * * * *
  40.  
  41. In PCPLUS I modified the VT100 keyboard profile according to the AWC manual's
  42. specs for VT100 operation.  Works great!  Let me know if you need to see the
  43. DEVD for a direct connection instead.
  44.  
  45. kgc
  46. Press <CR> for next or type CHOICES !
  47. #: 84378 S3/PROCOMM PLUS 2.x
  48.     24-Jul-92  09:10:48
  49. Sb: #84033-#AS/400 access
  50. Fm: Keith G. Chuvala 71600,2033
  51. To: Markus Pope/DATASTORM 73707,1100 (X)
  52.  
  53.  
  54. >I would suspect that the ASCII terminal controller, attached to the AS/400,
  55. >is set up to "talk" to its terminals in block mode.
  56.  
  57. For future reference, Markus, the ASCII Workstation Controller automatically
  58. translates 5250-style block data to ASCII stream data.  There really is no
  59. "block mode" for a device hooked up to an AWC.  It also handles the translation
  60. that allows any of a number of ASCII terminals to emulate the IBM 3196 and 3197
  61. models.   In addition, serial printers can be attached and made to emulate any
  62. of a number of different IBM-series printers.
  63.  
  64. It's a really nifty device.  It's allowed us to have remote users call in from
  65. virtually anywhere from Macs, PC's, laptops, and even other minicomputers, plus
  66. it allows Async PC Support sessions (*not* recommended at speeds < 9600bps
  67. <grin>!!)
  68.  
  69. kgc
  70.  
  71.  
  72.  
  73.  
  74.  
  75. There is 1 Reply.
  76. #: 84377 S3/PROCOMM PLUS 2.x
  77.     24-Jul-92  09:10:43
  78. Sb: #83915-AS/400 access
  79. Fm: Keith G. Chuvala 71600,2033
  80. To: Lou Poliner 70762,1152
  81.  
  82.  
  83. >My AS/400 access problem is a keyboard mapping issue.  I dial into the >AS/400
  84. via modems and connect to the AS/400. The login screen is then >displayed.  I
  85. can enter my user-id and password just fine, but when I press >the enter key
  86. nothing happens.
  87.  
  88. Aha!  Now I understand the problem better.  You will probably have to setup the
  89. keyboard configuration to match the sequences the AS/400 likes to see, for
  90. instance:
  91.  ^M             = Enter
  92.  ^J             = Field Exit
  93.  Esc^M or Esc^J = New Line
  94.  Esc 1          = Cmd 1 (F1)
  95.  Esc +          = Cmd 24 (F24)
  96.  Esc U          = Roll Up
  97.  Esc D          = Roll Down
  98.  ^R             = Error Reset
  99.  
  100. These are just a few that I have memorized.  I'm pretty sure I found the codes
  101. in the ASCII WorkStation Controller manual.
  102.  
  103. kgc
  104.  
  105.